func github.com/klauspost/compress/flate.medianOfThree
5 uses
	github.com/klauspost/compress/flate (current package)
		huffman_sortByLiteral.go#L85: 		medianOfThree(data, lo, lo+s, lo+2*s)
		huffman_sortByLiteral.go#L86: 		medianOfThree(data, m, m-s, m+s)
		huffman_sortByLiteral.go#L87: 		medianOfThree(data, hi-1, hi-1-s, hi-1-2*s)
		huffman_sortByLiteral.go#L89: 	medianOfThree(data, lo, m, hi-1)
		huffman_sortByLiteral.go#L187: func medianOfThree(data []literalNode, m1, m0, m2 int) {
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |